PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentDefaults Class / setEnableAutomaticTagging Method
True if the flow document generates automatically a logical structure for the document by tagging the content.
In This Topic
    setEnableAutomaticTagging Method
    In This Topic
    Sets a flag indicating whether the automatic tagging is enabled.
    Syntax
    public void setEnableAutomaticTagging( 
       boolean value
    )

    Parameters

    value
    True if the flow document generates automatically a logical structure for the document by tagging the content.
    See Also